home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 2675 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: Sysihack
  5. Date: Fri, 1 Mar 96 19:58:05
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960301.500CF0.119C2@am148.du.pipex.com>
  9. References: <182.6634T228T703@sasknet.sk.ca>
  10. NNTP-Posting-Host: am148.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. Brian Veroba (verob@sasknet.sk.ca) wrote:
  14. : I tried to use the program Sysihack, but no matter where I put it in
  15. : the Startup-Sequence it comes up with a requester that says it must be
  16. : started before IPrefs.
  17. : Any ideas?
  18.  
  19. SysIHack will come up with that error if _any_ program (not just IPrefs) has
  20. caused the Workbench screen to be opened. This will happen if a program
  21. produces output in the shell window - stop it from doing so by adding
  22. >NIL: after the "offending" command name, which redirects its output into
  23. the void.
  24.  
  25. e.g. since C:SetPatch produces output, replace it with:
  26.  
  27. C:SetPatch >NIL:
  28.  
  29. However, even with this precaution, SysIHack sometimes fails unpredictably. In
  30. that case, you'll have to fiddle around with the _order_ of the executed
  31. commands as well - and note that commands _after_ SysIHack can screw things up
  32. too, because SysIHack detaches from its parent shell, and the patches take
  33. some time to be put in place.
  34.  
  35. Just play around with it - it'll work eventually ;)
  36.  
  37. -- Mat.
  38.